home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maximum CD 2012 February
/
maximum-cd-2012-02.iso
/
DiscContents
/
TheWagerSetup1.2.exe
/
Assets
/
Scripts
/
[5].lua
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-02-26
|
421 b
|
15 lines
-- Script [5]
Starting = 1;
SeaEvent = 0;
ShowStoryText("After a rowdy round of campfire tunes, you and your crew suddenly find yourself surrounded by a dozen shiny spears. It can only be cannibals! What do you do?");
if CrewPower >= 9 then
AddChoice("We can take 'em!", "[6]");
else
AddChoice("We can take 'em!", "[7]");
end
AddChoice("Let's play along.", "[8]");
SetStartingEvent(ScriptID, false);